widget: Allow focusing widgets with non-container parent
authorTimm Bäder <mail@baedert.org>
Wed, 8 Feb 2017 14:50:30 +0000 (15:50 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 31 Mar 2017 07:50:40 +0000 (09:50 +0200)
commit0153147ca2ca98588a1f4fb087bc987db9c0f7f5
tree762e72a465f2f6d01cf5c12e3631a01aa4d66c36
parent0b48bb23b23b877832a85efdc35cd02f7992ec29
widget: Allow focusing widgets with non-container parent

Especially if said parent also has can-focus set to FALSE, which is a
special-case we had before for GtkContainer instances.
gtk/gtkwidget.c